Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / nfSI Method


In This Topic
    nfSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub nfSI( _
       ByVal OfSI As System.Object, _
       ByVal pfSI As System.Windows.Input.MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim OfSI As System.Object
    Dim pfSI As System.Windows.Input.MouseEventArgs
     
    instance.nfSI(OfSI, pfSI)
    internal void nfSI( 
       System.object OfSI,
       System.Windows.Input.MouseEventArgs pfSI
    )

    Parameters

    OfSI
    pfSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also